STEP 13: Let's add some more actions to our shapes to create more animation.
- From , drag Move Up into the bottom of your program.
- Change the variable name in front of .move_up() from sprite to eye2.
- Drag Move Down onto the next line in your program.
- Change the variable name in front of .move_down() from sprite to eye2.
To navigate the page using the TAB key, first press ESC to exit the code editor.